---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[46], line 3
1 ### Run to print output as html
----> 3 out_name = str(basic_config['country']+'2b_ViewTimeSeriesComposite'+'_cell'+str(basic_config['grid_cell'])+'_'+single_plot_params['plot_yr'])
4 get_ipython().system("jupyter nbconvert --output-dir='./Outputs' --to html --no-input --output=$out_name 2b_ViewTimeSeriesComposite.ipynb")
TypeError: can only concatenate str (not "int") to str